compile-time type meaning in English
编译时类型
Examples
- Generic types enforce compile - time type checking
泛型类型强制实施编译时类型检查。 - The other limitation is lack of compile - time type checking ; since an
另一个限制是缺少编译时类型检查;因为 - This allows for compile - time type checking as well as performance optimizations
这样就支持了编译时类型检测和性能优化。 - The compile - time type of the initializer expression cannot be the null type
在编译时刻构造者表达式的类型不能为null类型。 - If the local variable declaration includes multiple declarators , the initializers must all have the same compile - time type
如果局部变量声明包含了多个声明符,这些声明符必须具备同样的编译期类型。